jeeps/gpslibusb: Fix '#if with no expression' (Open Solaris).
authoroliskoli <oliskoli>
Wed, 22 Oct 2008 22:19:11 +0000 (22:19 +0000)
committeroliskoli <oliskoli>
Wed, 22 Oct 2008 22:19:11 +0000 (22:19 +0000)
jeeps/gpslibusb.c

index f0d99c7cc43d9ea562156fafba7033d91400834d..2075c4b770f854659b4ff55cb89eaf72bbda4a0e 100644 (file)
@@ -82,7 +82,7 @@ char ** os_get_garmin_mountpoints()
        dlist[1] = NULL;
        return dlist;
 }
-#elif
+#else
 char ** os_get_garmin_mountpoints() 
 {
        return NULL;